internal/runtime/maps.table.tombstones (method)
4 uses
internal/runtime/maps (current package)
table.go#L511: if t.tombstones()*10 < t.capacity { // 10% of capacity
table.go#L595: func (t *table) tombstones() uint16 {
table_debug.go#L71: if deleted != t.tombstones() {
table_debug.go#L72: print("invariant failed: found ", deleted, " tombstones, but expected ", t.tombstones(), "\n")
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)